const github.com/andybalholm/brotli/matchfinder.hashMul64
4 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L34: hash := (data << (64 - 8*m0HashLen)) * hashMul64
m4.go#L140: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
m4.go#L284: const hashMul64 = 0x1E35A7BD1E35A7BD
pathfinder.go#L128: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |